@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	padding-bottom: 0.12em;
	width: 11.8em;
	margin: 0 auto;
}



#certify  .swiper-slide {
	width: 5.48em;

}
#certify  .swiper-slide img{
	display:block;
}


#certify .swiper-pagination {
	width: 100%;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.09em;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(45, 45, 45, 0.2);
	opacity: 1;
	overflow: hidden;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #2d2d2d;

}

#certify .swiper-button-prev,#certify .swiper-button-next{ position: absolute; top:1.77em; margin-top: 0;  width: 0.7em; height: 0.7em;  background-size: cover; border-radius: 50%; cursor: pointer; transition: all linear 0.2s; z-index: 2;}
#certify .swiper-button-prev{ left: -1.16em; background-image: url(../images/index/btn_prev.png) ;}
#certify .swiper-button-next{ right: -1.16em; background-image: url(../images/index/btn_next.png) ;}
#certify .swiper-button-prev:hover{background-image: url(../images/index/btn_prev_hover.png); }
#certify .swiper-button-next:hover{background-image: url(../images/index/btn_next_hover.png);}